-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Docker][Onnx] Upgrade ONNX to latest version #9519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @areusch |
|
obnoxious, looks like a docs build failure. can you resubmit? then yes, we merge this and you should open a new issue to update docker images which outlines the rest of the process: https://github.com/apache/tvm/issues/new?assignees=&labels=&template=ci-image.md&title=%5BCI+Image%5D+ |
I'm seeing that consistently on the nightly Docker image validation job, probably something we need to deal with separately. |
|
cc @areusch plz merge |
| onnx==1.8.1 \ | ||
| onnxruntime==1.7.0 | ||
|
|
||
| onnx==1.10.2 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you update these in python/gen_requirements.py? can be a follow-on.
|
thanks @AndrewZhaoLuo , can you update the gen_requirements.py in a follow-on? |
* initial commit * jostle ci
* initial commit * jostle ci
This reverts commit 3f5dca5.
This reverts commit 3f5dca5.
This reverts commit 3f5dca5.
* initial commit * jostle ci
* update pytorch to 1.10.1 * fix missing import test only on llvm and cuda * Revert "[Docker][Onnx] Upgrade ONNX to latest version (apache#9519)" This reverts commit 3f5dca5. * skip testing if target is not enabled
* initial commit * jostle ci
* initial commit * jostle ci
* update pytorch to 1.10.1 * fix missing import test only on llvm and cuda * Revert "[Docker][Onnx] Upgrade ONNX to latest version (apache#9519)" This reverts commit 3f5dca5. * skip testing if target is not enabled
* update pytorch to 1.10.1 * fix missing import test only on llvm and cuda * Revert "[Docker][Onnx] Upgrade ONNX to latest version (apache#9519)" This reverts commit 3f5dca5. * skip testing if target is not enabled
Allows us to support opset 14, 15, 16 in CI.
Add new unsupported tests to onnx frontened tests